Skip to content

Expect either boost::optional or std::optional from Boost.MPI#40

Open
aminiussi wants to merge 1 commit intoboostorg:developfrom
aminiussi:expect_std_mpi
Open

Expect either boost::optional or std::optional from Boost.MPI#40
aminiussi wants to merge 1 commit intoboostorg:developfrom
aminiussi:expect_std_mpi

Conversation

@aminiussi
Copy link
Member

This is a 'fix' for #39.

It assume Boost MPI develop version boostorg/mpi@2eed4e7

…mmes from boost::mpi API.

For those optionals, access the values through optional::value (supported by both boost::optional and std::optional) instead of optional::get (nit supported by std::optional).
@jeremy-murphy
Copy link
Contributor

This change looks fine but I'll have to fix whatever is wrong with the CI first, which I'm hoping it's just the Ubuntu 20.04 removal.

@jeremy-murphy
Copy link
Contributor

This change looks fine but I'll have to fix whatever is wrong with the CI first, which I'm hoping it's just the Ubuntu 20.04 removal.

Hmm, no, it's something else, so this might take time to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants